BOLD Systems
# BOLD using only Class and Country
datatable(search_amp_br, filter = 'top',
options = list(searchHighlight = TRUE,
pageLength = 15))
## Warning in instance$preRenderHook(instance): It seems your data is too big
## for client-side DataTables. You may consider server-side processing: https://
## rstudio.github.io/DT/server.html
# BOLD by species
datatable(search_amp_spp, filter = 'top',
options = list(searchHighlight = TRUE,
pageLength = 15))
GBIF
datatable(amp_gbif, filter = "top",
options = list(searchHighlight = TRUE,
pageLength = 15))